home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0206.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  1.9 KB  |  55 lines

  1. Well, I've finally made progress with my MUD client, of course there is
  2. still problems...
  3.  
  4. First, is there any way to make the gui stretch according to the window
  5. size?
  6.  
  7. Second, for some reason I can NEVER send anything, I type something into my
  8. string thingy, then I GUI READ it out. Then I use this (assuming I've
  9. placed the gui read into temp$)(Also, E$ contains this "chr$(10)+chr$(13)"):
  10. _SENDLINE=tcp send$(1,TEMP$+E$)
  11.  
  12. Do I need to check this afterwords or something? why would this not get
  13. received by what I'm connecting to? Have I screwed up with the end
  14. characters? Am I asking to many questions? :)
  15.  
  16. Third, What would be the fastest or most efficient way to filter out the
  17. chr$(10) and chr$(13) characters from incoming data and force the program
  18. to go to the next line?
  19.  
  20. Fourth, How would I make it so I can make the program detect if the TCP
  21. stack exists? I tried a really lame thing that checked if TCP: existed, but
  22. that didn't work.
  23.  
  24. Fifth (I know... alot of questions), how would I make my program respond
  25. when the connection is refused or closed on the other end?
  26.  
  27. Sixth, ha ha... kidding, no more... :)
  28.  
  29. ----------
  30.  
  31. Just for those who might actually give a damn, I wasn't receiving correctly
  32. because I forgot to do the 'Tcp Code' check for the amount of bytes
  33. received, so I had been trying to place data that didn't exist into a
  34. variable, *sigh*.
  35.  
  36. -Kaotic aka Horrid (on a MUD *MORT*) aka Delita (on a MUD *IMM*)
  37.  aka Ryan Watson :)
  38.  
  39. PS. Methinks I'm a wee bit hyper.........
  40.  
  41. ------------------------------------------------
  42.              - kAOTIc - of Daemonsoft       
  43. ------------------------------------------------
  44.  Daemonsoft web site -                
  45.    Http://www.globalserve.net/~kaotic
  46.   -*Under Reconstruction*- 
  47.  - - - - - - - - - - - - - - - - - - - - - - - -
  48.  Completed Projects: Fleshy         
  49.  Work In Progress...
  50.      I really should start accomplishing more
  51.      geez...
  52. ------------------------------------------------
  53.  
  54.  
  55.